home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / bubble_elements.swf / scripts / DefineButton2_313 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  154 b   |  9 lines

  1. on(release){
  2.    _root.stopother(true);
  3.    removeMovieClip(this);
  4.    if(_root.inten)
  5.    {
  6.       _root.StartGame(_root.myMode,_root.myDiff);
  7.    }
  8. }
  9.